hip.windowing.events

Undocumented in source.

Members

Static variables

onKeyDown
void function(uint k) onKeyDown;
Undocumented in source.
onKeyUp
void function(uint k) onKeyUp;
Undocumented in source.
onMouseDown
void function(ubyte btn, int x, int y) onMouseDown;
Undocumented in source.
onMouseMove
void function(int x, int y) onMouseMove;
Undocumented in source.
onMouseUp
void function(ubyte btn, int x, int y) onMouseUp;
Undocumented in source.
onMouseWheel
void function(int moveX, int moveY) onMouseWheel;
Undocumented in source.
onTextInput
void function(wchar k) onTextInput;
Undocumented in source.
onWindowClosed
void function() onWindowClosed;
Undocumented in source.
onWindowResize
void function(uint width, uint height) onWindowResize;
Undocumented in source.

Meta